<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font: 12px/1.5 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
    color: #333;
    background-color: #f9f9f9;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    
    border: 0 none;
    vertical-align: top;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
}

a.special,
.special a {
    color: #1eb37b;
}

a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}


/* 头部样式*/
.header{ position:fixed; top:0; left:0; right:0; bottom:auto; height:70px;  z-index:999;font-family: Microsoft YaHei,"微软雅黑";  z-index:100;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
 .on {
    background-color: #fff;border-bottom: 1px solid #dfdfdf;
}
.header .inner{ padding:0 20px;}
.header.head_fixed{  height:70px;  }
.header.adhead_fixed{ background: url(../images/tmbg.png); height:70px; -moz-box-shadow:0px 1px 20px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 1px 20px rgba(0,0,0,0.2);
box-shadow:0px 1px 20px rgba(0,0,0,0.2);}
.ease-3{
-webkit-transition:all 0.3s;
-khtml-transition:all 0.3s ;
-moz-transition: all 0.3s ;
-o-transition: all 0.3s;
transition: all 0.3s;}
.logo{  background: url(../images/logo-white.png) no-repeat;width:168px;height:60px; margin-top: 5px;}
 
.fl{ float:left;}
.fr{ float:right;}
.lianjie{float:right; height: 25px;margin-top:30px;}
a.tbbox{position: relative;display: block; float:left; margin-left: 10px; color: #999; text-align: center; border-radius: 50%; line-height: 25px; width: 25px; height: 25px; background:#fff; }
a.tbbox:hover{width: 25px; height: 25px; color: #2e8ccb; background:#fff;}
a.tbbox .img{display:none;position: absolute;top: 25px;left: -60px;padding-top:10px;}
a.tbbox:hover .img{display:block;}

.tqont{font-size: 14px;}
.dgont{font-size: 12px; font-weight: bold;}
/*-----------------导航---------------------*/

.nav {
    margin-right: 30px;float: right; 
}

.nav-item {
    float: left;
    padding: 0 20px;
    position: relative;
}
@media (max-width:1366px){
	.nav-item {
     
    padding: 0 12px;
 }
}
.nav-item:after {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav-item:last-child:after {
    display: none
}

.nav-tit1 {
    font-size:1rem;
    line-height: 80px;     color: #fff;
    display: block;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-tit1:after {
    content: '';
    width: 0;
    height:6px;
    background:url(../images/juxing.png) center no-repeat;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-item.active .nav-tit1, .nav-item:hover .nav-tit1 {
    color: #fff;
}

.nav-item.active .nav-tit1:after, .nav-item:hover .nav-tit1:after {
    width: 100%;color: #fff;
}

.nav2 {
    position: absolute;
    left: -95px;
    top: 68px;
    background-color: #fff;
    border-top: 1px solid #fff;
    padding: 0px 30px 20px 10px;
    overflow: hidden;
    width: 460px;
    display: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.nav-item:last-child .nav2, .nav-item:nth-last-child(2) .nav2, .nav-item:nth-last-child(3) .nav2 {
    left: auto;
    right: 0
}

.nav2-txt {
    overflow: hidden;
    margin-top: 20px;
    position: relative
}

.nav2-txt:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.nav2-tit {
    font-size: 14px;
    color: #666;
    width:65%;
    display: block;
     position: relative;
    padding-left: 35px;
    line-height: 40px;
    white-space: nowrap;
     
    text-overflow: ellipsis;
}

.nav2-tit:hover {
    color: #2e8ccb;background: #efefef;
}

.nav2-tit:after {
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #d6d6d6;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav2-tit:nth-child(even):before {
    content: '';
    width: 1px;
    height: 100%;
     position: absolute;
    left: 0;
    top: 0
}

.nav2-tit:nth-child(2):before {
    top: 10px
}

.nav2-pic {
    float: right;
    position: relative; margin-top: 20px;
    width: 254px;
    height: 158px;
}

.nav2-pic img {
    display: block;
    width: 100%;
    height: 100%
}
 
.on .logo{  background: url(../images/logo.png) no-repeat;width:168px;height:60px; margin-top: 5px;}

 .on .nav-tit1 {
      color: #333;
    
}

.on .nav-tit1:after {
    content: '';
    width: 0;
    height:6px;
    background:url(../images/blue-juxing.png) center no-repeat;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.on .nav-item.active .nav-tit1, .on .nav-item:hover .nav-tit1 {
    color: #2e8ccb;
}
.on a.tbbox{display: block; float:left; margin-left: 10px; color: #fff; text-align: center; border-radius: 50%; line-height: 25px; width: 25px; height: 25px; background:#999; }
.on a.tbbox:hover{width: 25px; height: 25px; color: #fff; background:#2e8ccb;}


.searcha{ float: right; position: relative;  margin-top:30px;}
.serh{width:140px;background: #fff; text-indent: 12px; border:1px solid #d5d5d5; height: 25px; border-radius:30px;}
.fdj{position: absolute; right: 10px;top:3px; background:url(../images/fdj.png) no-repeat;width:18px; height: 28px; cursor:pointer;}
 


/* 底部样式*/
.footerbox{width:100%;  height:auto;overflow:hidden ;background: #196493;}
.other-link{width:90%; margin:0 auto;height:auto;overflow:hidden}
.other-link&gt;div{float:left}
.other-link .sucai-contact{float:right}
.link-look{width:80%;margin-bottom:25px;border-right:1px solid #1e71a5;}
.link-list{float:left;}
.liwidth{width:12%}
.asliwidth{width:13%}
.bsliwidth{width:14%}
.link-list h3{height:35px;line-height:20px;font-size:1rem;color:#ffffff; font-family:"Microsoft YaHei"; }
.link-list ul li a{line-height:30px;color:#9bb2c7;font-size:14px}
.link-list ul li a:hover{color:#fff}
.sucai-contact{ }
 .sucai-companyname{height:35px;line-height:18px;font-size:1.4rem;color:#ffffff;font-family:"Microsoft YaHei"; }
.erweima-box{ }
.erweima-box&gt;div{float:left;width:140px}
.erweima-box&gt;div:first-child{margin-right:30px}
 .sucai-phone{height:34px;line-height:15px;font-size:.8rem;color:#9bb2c7}
.footer-bottom{height45px;text-align:center;margin-top:22px; background: #164c6f;}
.footer-bottom p{line-height:50px;font-size:14px;color:#a7b4c0}
.sucai_wechat,.sucai_web{width:100%;height:140px}
.sucai_wechat{background:url("../images/erweim.png") no-repeat  }

.index-row6{margin:0 auto; width:90%;  background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover}
.wpbox{width:100%;max-width:1440px;margin:0 auto}
.q-list6{margin:30px 0}
.q-list6 .pic{width:260px;height:60px; text-align:center}

.q-list6 .pic img{display:inline-block;vertical-align:middle;width:86%;height: 86%; }

 
@media screen and (max-width: 1280px){
	.q-list6 .pic img{display:inline-block;vertical-align:middle;width:80%;height: 80%; }
}
 .q-list6 .slick-arrow{position:absolute;top:34%;width:40px;height:40px;margin-top:-20px;background-repeat:no-repeat;background-position:center;cursor:pointer;border:0;font-size:0;background-color:transparent}
.q-list6 .slick-prev{left:-60px;background-image:url(../images/q-prev.png)}
.q-list6 .slick-next{right:-60px;background-image:url(../images/q-next.png)}
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir=rtl] float:right
.slick-slide img{/*display:block*/}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block;margin-left:  0px; }
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:60px;
    /* border:1px solid transparent */
}
.slick-arrow.slick-hidden{display:none}
.itembox{margin-left: 16px;}

 /* 新闻详情css */
.sknewsbox{margin:0 auto; width:75%;background:#fff;} 
.m-textq1 {
    padding: 30px 30px 30px;
    overflow: hidden;background:#fff;margin-top:30px;margin-bottom:30px;
}
.m-textq1 h1 {
    font-size: 28px;
    color: #333;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
}
.m-textq1 .info {
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #dee3e7;
    padding-bottom: 16px;
    margin-top: 10px;
    overflow: hidden;
}
.m-textq1 .info span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #9ca6ae;
    line-height: 1.5em;
    margin: 0 8px;
}
.m-textq1 .info .size {
    margin: 0 22px;
}
.m-textq1 .txt {
    margin: 0 ;
    font-size: 18px;
    color: #333;
    line-height: 2em;
    margin-top: 23px;
    overflow: hidden;
}
.m-textq1 .txt p{
    text-indent: 36px;margin-top: 10px;margin-bottom: 20px;
}
 
.m-textq1 .share {
    font-size: 0;
    text-align: right;
    border-bottom: 1px solid #dae0e5;
    padding-bottom: 23px;
    overflow: hidden;
    margin: 0 50px;
}
.m-pn {
    margin-top: 32px;
    overflow: hidden;
    margin: 32px 50px 0;
}
.m-textq1 .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}
.m-textq1 .bdsharebuttonbox .bds_sqq {
    background-image: url(../images/iconq8.png);
}
.m-textq1 .bdsharebuttonbox .bds_weixin {
    background-image: url(../images/iconq9.png);
}
.m-textq1 .bdsharebuttonbox .bds_qzone {
    background-image: url(../images/iconq10.png);
}
.m-textq1 .bdsharebuttonbox .bds_tsina {
    background-image: url(../images/iconq11.png);
}
.m-pn {
    margin-top: 32px;
    overflow: hidden;
    margin: 32px 50px 0;
}
.m-pn .return {
    display: block;
    float: left;
    width: 166px;
    height: 42px;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    background-color: #999;
    border-radius: 2px;
    overflow: hidden;
}
.m-pn .return i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/iconq14.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -2px;
    margin-right: 11px;
}
.m-pn .rr {
    float: right;
    overflow: hidden;
}
.m-pn .rr a {
    display: block;
    float: left;
    width: 124px;
    height: 42px;
    font-size: 12px;
    color: #666;
    line-height: 40px;
    text-align: center;
    border: 1px solid #dae0e5;
    border-radius: 2px;
    margin-left: 7px;
    overflow: hidden;
}
.m-pn .rr a:hover {background-color: #999; color: #fff}
.header ul.nav .nav-item:nth-child(2) .nav2-txt&gt;.nav2-tit:nth-child(6){
    display: none;
}</pre></body></html>